home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tools
/
mg
/
rexx
/
window.mg
< prev
Wrap
Text File
|
1995-03-09
|
397b
|
14 lines
/* Exercise the rexx-region command */
options failat 2
'end-of-buffer'
'rexx-window' window
'rexx-insert "we got' window.0 'items\n"'
'rexx-insert "window height is:' window.1'\n"'
'rexx-insert "window width is:' window.2'\n"'
'rexx-insert "top line is:' window.3'\n"'
'rexx-insert "buffer name is:' window.4'\n"'
'rexx-insert "buffer file is:' window.5'\n"'
'rexx-insert "==========\n"'
exit 0